From: Felix Fietkau Date: Mon, 22 Dec 2008 14:55:24 +0000 (+0000) Subject: fix libtwin compile on non-powerpc devices X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=a84847083601d9e4c8942f0f69bf15e09689e38e;p=openwrt%2Fsvn-archive%2Fpackages.git fix libtwin compile on non-powerpc devices SVN-Revision: 13717 --- diff --git a/libs/libtwin/patches/100-compile_fix.patch b/libs/libtwin/patches/100-compile_fix.patch new file mode 100644 index 000000000..dd9f9f839 --- /dev/null +++ b/libs/libtwin/patches/100-compile_fix.patch @@ -0,0 +1,11 @@ +--- a/libtwin/twin_feature.c ++++ b/libtwin/twin_feature.c +@@ -55,7 +55,7 @@ + } + + #else +-#define _twin_have_altivec() ++#define _twin_have_altivec() 0 + #endif /* HAVE_ALTIVEC */ + + int twin_has_feature(unsigned int feature)